home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / HelpDesk.mdb / Contact.json < prev    next >
JavaScript Object Notation  |  1998-12-09  |  1KB

  1. {
  2.     "schema": {
  3.         "ContactId": "Long Integer",
  4.         "ParentId": "Long Integer",
  5.         "Contact": "Text (50) NOT NULL",
  6.         "OrganizationId": "Long Integer",
  7.         "ContactTypeId": "Long Integer",
  8.         "Identifier": "Text (10)",
  9.         "Title": "Text (40)",
  10.         "Phone1": "Text (20)",
  11.         "Phone2": "Text (20)",
  12.         "Phone3": "Text (20)",
  13.         "Fax": "Text (20)",
  14.         "Email": "Text (40)",
  15.         "Website": "Text (40)",
  16.         "Address1": "Text (30)",
  17.         "Address2": "Text (20)",
  18.         "City": "Text (20)",
  19.         "Zip": "Text (12)",
  20.         "Country": "Text (20)",
  21.         "Dept": "Text (20)",
  22.         "Notes": "Memo/Hyperlink (255)",
  23.         "Hide": "Boolean NOT NULL",
  24.         "State": "Text (30)",
  25.         "User1": "Text (50)",
  26.         "User2": "Text (50)",
  27.         "Rate": "Currency"
  28.     },
  29.     "data": [
  30.         {
  31.             "ContactId": 1,
  32.             "ParentId": 1,
  33.             "OrganizationId": 1,
  34.             "ContactTypeId": 1,
  35.             "Hide": 0
  36.         },
  37.         {
  38.             "ContactId": 2,
  39.             "ParentId": 1,
  40.             "Contact": "ADMIN",
  41.             "OrganizationId": 1,
  42.             "ContactTypeId": 1,
  43.             "Hide": 0
  44.         },
  45.         {
  46.             "ContactId": 3,
  47.             "ParentId": 1,
  48.             "Contact": "Chris Scott",
  49.             "OrganizationId": 2,
  50.             "ContactTypeId": 4,
  51.             "Identifier": "Vendor 000",
  52.             "Phone1": "(303) 499-3727",
  53.             "Fax": "(303) 554-0257",
  54.             "Email": "support@ScottDataSystems.com",
  55.             "Website": "www.ScottDataSystems.com",
  56.             "City": "Superior",
  57.             "Zip": "80027",
  58.             "Country": "USA",
  59.             "Hide": 0,
  60.             "State": "CO"
  61.         }
  62.     ]
  63. }